home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 21
/
CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso
/
CUCD
/
Programming
/
SP-ProjectMan
/
Rexx
/
show.sman
< prev
Wrap
Text File
|
1997-12-26
|
417b
|
22 lines
/*
- show.sman
-
- ARexx program to display the content of a file.
- The display tool depends of the file extension.
- The tool is launched asynchronously.
-
- © Copyright 1995-1996 Bernard Krummenacher Silicon-Peace
-
- Bernard Krummenacher Silicon-Peace 95.04.11 Created this file.
*/
parse arg FileName
options results
say FileName
address COMMAND 'run multiview >NIL: <NIL:' '"'FileName'"'
return 0